﻿/* Code for Home Pages Color Strip */
 .mdgov-hero {
   display: flex;
   flex-flow: row wrap;
   align-items: center;
   /*background-color: #000000 !important;*/
   flex: 0 0 auto;
   opacity: 0.90;
   overflow-x: hidden;
   z-index: 1;
}

/* Code for the angled center section background color on DNR home page 
.bg-highlight {
    background-color: #85a094 !important;
}
 Ends code for the angled center section background color on DNR home page */


/* Ends Code for Mobile View */



/* Only display masthead background images on larger screens. */
@media (min-width: 992px) {

    /*
        1. Edit the .mdgov-masthead rule's background-image to your own default site-wide image.
        2. Use the .mdgov-fixed .mdgov-mastead rule to override your default if using a combination of fluid and fixed width layouts.
        3. Use masthead modifier classes "--tall, --full. REMOVE or COMMENT any not in use.
    */

    /* Default site-wide masthead. */
    .mdgov-masthead {
        background-image: url("/publiclands/PublishingImages/sandy-point-background.jpg");
    }

    /* Default site-wide fixed layout masthead. */
    .mdgov-fixed .mdgov-masthead {
        background-image: url("/Style%20Library/egov/img/INNER-PAGE-HEADER.jpg");
    }

    /* Tall fluid-width masthead. */
    .mdgov-masthead.mdgov-masthead--tall {
        background-image: url("/Style%20Library/egov/img/INNER-PAGE-HEADER.jpg");
    }

    /* Tall fixed-width masthead. */
    .mdgov-fixed .mdgov-masthead.mdgov-masthead--tall {
        background-image: url("/Style%20Library/egov/img/INNER-PAGE-HEADER.jpg");
    }

    /* Full-height, fluid-width masthead. */
    .mdgov-masthead.mdgov-masthead--full {
        background-image: url("/Style%20Library/egov/img/INNER-PAGE-HEADER.jpg");
        overflow: hidden;
    }


        /* 
        For displaying angled card background effect.
        Note that background color is specified as the primary brand in the core CSS already.
    */
        .mdgov-masthead.mdgov-masthead--full:before {
            content: "";
            backface-visibility: hidden;
            transform: skew(0deg,-3deg);
            height: 50%;F
            width: 100vw;
            position: absolute;
            z-index: 0;
            transform-origin: bottom left;
            left: 0;
            bottom: -110px;
        }

    /* Full-height, fixed-width masthead. */
    .mdgov-fixed .mdgov-masthead.mdgov-masthead--full {
        background-image: url("../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-full-fixed-1200x1020.jpg");
        background-size: auto;
        background-position: top center;
    }
    
body {
    margin: 0;
    font-family: "Montserrat",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #C8122C;
}    


h1, .ms-h1 {
    font-family: "Montserrat",Tahoma,Helvetica,Arial,sans-serif;

}
	
h1, .ms-h1 {
    font-family: "Montserrat",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 2.3em;
    color: #777;
    font-weight: 200;
}

h1, h2, h3, h4, h5, h6, .ms-h1, .ms-h2, .ms-h3, .ms-h4, .ms-h5, .ms-h6 {
    font-family: "Montserrat",Tahoma,Helvetica,Arial,sans-serif;
    margin: auto;
    font-weight: normal;
}

body {
    font-family: "Montserrat Medium",sans-serif;
}

.btn-block {
    display: block;
    width: 100%;
}


.btn-primary:hover {
    background-color: #29282d!important;
}
	
.btn-primary {
    color: #fff;
    background-color: #625c60;
    border-color: #000000;
    outline: #000000;
}


/* Code for the angled mast head on DNR home page */
  .mdgov-masthead--angled:before {
    content: "";
    backface-visibility: hidden;
    transform: skew(12.5deg, -2deg);
    background-color: #85a094!important;
    height: 100%;
    width: 57%;
    position: absolute;
    z-index: 0;
    top: 0;
    transform-origin: bottom left;
    left: 0;
}
/* Ends Code for the angled mast head on DNR home page */


}

.mdgov-innerWrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
}

.mdgov-innerWrap.mdgov-fixed {
  max-width: 1200px;


/* Code for H1 tag at the top of the page */
}

.mdgov-section__heading {
  border-bottom: 0px solid #27583c; /*1E1E1E*/
  padding-bottom: 0.0rem;
  position: center;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  clear: both;
}

.text-light .mdgov-section__heading {
  border-bottom: 1px solid #fff;
 
}

.mdgov-section__heading::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 0px;
  width: 30%;
  background-color: #1E1E1E;
}

.text-light .mdgov-section__heading::before {
  background-color: #fff;
}

@media (min-width: 992px) {
  .mdgov-section {
    margin-bottom: 1rem;
  }
}

 

/* Ends code for H1 tag at the top of the page */



/* Code for the angled center section background color on DNR home page */
.bg-highlight {
    background-color: #85a094 !important;
}
/* Ends code for the angled center section background color on DNR home page */





/* Code for the SVG caps on the angled sections section background color on DNR home page */
.text-highlight {
    color: #85a094 !important;
}
/* Ends code for the SVG caps on the angled sections section background color on DNR home page */






    .mdgov-masthead--angled {
        background-image: url('/Style%20Library/egov/img/masthead-bg-angled.jpg?csf=1');
        background-color: #85a094;
       /* background-image: url('../../../_layouts/15/MDSharePointToolkit/egov/img/masthead-bg-angled.jpg'); */
    }


    /* Online Services Widget Container */
    .svc_filterForm {
        background-color: #e9ecef;
        padding: 1rem 1rem 0 1rem;
        margin-bottom: 1rem;
    }
    /*Button Code*/
    /*
    .btn-primary {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #959595;
            border-color: #000000;
        }

        .btn-primary:focus, .btn-primary.focus {
            box-shadow: 0 0 0 0.2rem rgba(44, 98, 158, 0.5);
        }

        .btn-primary.disabled, .btn-primary:disabled {
            color: #fff;
            background-color: #000000;
            border-color: #000000;
        }

        .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
        .show > .btn-primary.dropdown-toggle {
            color: #fff;
            background-color: #000000;
            border-color: #000000;
        }

            .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
            .show > .btn-primary.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(44, 98, 158, 0.5);
            }

    btn-light {
        color: #000;
        background-color: #000000;
        border-color: #f8f9fa;
    }

    .btn-light:hover {
        color: #000;
        background-color: #707070;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #000000;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }
    */
    /* CSS for Resuable content */
    html.has-ribbon #reusableContentMainDiv01 a:link {
        color: #000;
    }

    html.has-ribbon #reusableContentMainDiv01 a:visited {
        color: #000;
    }

    .reusableContentMainDiv01 .nav-link[data-toggle="collapse"] {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    html.has-ribbon #reusableContentMainDiv02 a:link {
        color: #000;
    }

    html.has-ribbon #reusableContentMainDiv02 a:visited {
        color: #000;
    }

    .reusableContentMainDiv02 .nav-link[data-toggle="collapse"] {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    html.has-ribbon #reusableContentMainDiv03 a:link {
        color: #000;
    }

    html.has-ribbon #reusableContentMainDiv03 a:visited {
        color: #000;
    }

    .reusableContentMainDiv03 .nav-link[data-toggle="collapse"] {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    html.has-ribbon #reusableContentMainDiv04 a:link {
        color: #000;
    }

    html.has-ribbon #reusableContentMainDiv04 a:visited {
        color: #000;
    }

    .reusableContentMainDiv04 .nav-link[data-toggle="collapse"] {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    /* Numbers being shown under the Carousel. This fix would be incorporated by Mike in core files… */
    .carousel-indicators li {
        text-indent: -4000px;
    }

    /* IE 11 is not showing the angled dividers correctly. Height property for SVG is missing. */
    .mdgov-divider--diag {
        height: 4vw;
    }
}


#s4-workspace a {
	text-decoration: underline;
}
#s4-workspace a:link, a:visited {
	text-decoration: underline;
}
#s4-workspace a:hover, a:focus{
	text-decoration: underline;
	color: #000000;
}
#s4-workspace #mdgov_sliverRight a:hover {
	outline: 2px solid white;
}
#s4-workspace #mdgov_sliverRight a:focus {
	outline: 2px solid white;
}
html.has-ribbon #mdgovMain a:link {
    color: #000000;
}
html.has-ribbon #mdgovMain a:visited {
    color: #000000;
}

.alert-light {
  color: #000000;
  background-color: #f8d7da;
  border-color: #a86c72;
}

.alert-danger {
  color: #000000;
  background-color: #f8d7da;
  border-color: #a86c72;
}



/* Footer main section */
.mdgov-footer__middle, .mdgov-footer__bottom {
    text-align: center;
    clear: both;
    background-color: #625c60;
}
/* Ends footer main section */


/* Footer bottom section 
.mdgov-footer__middle, .mdgov-footer__bottom {
    text-align: center;
    clear: both;
    background-color: #000000;
}
 Ends footer bottom section */
 

